-
Notifications
You must be signed in to change notification settings - Fork 51
Add missing meta descriptions #1074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docs-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -4,6 +4,9 @@ | |||
Use the Core API | |||
================ | |||
|
|||
.. meta:: | |||
:description: Perform a transaction using the Core API in Node.js to update inventory, customer orders, and save order details in a multi-document transaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:description: Perform a transaction using the Core API in Node.js to update inventory, customer orders, and save order details in a multi-document transaction. | |
:description: Use the Core API with the MongoDB Node.js Driver to update multiple documents in a single transaction. |
@@ -4,6 +4,9 @@ | |||
Perform a Transaction | |||
===================== | |||
|
|||
.. meta:: | |||
:description: Explore how to perform transactions using the Node.js driver with both the Convenient Transaction API and the Core API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:description: Explore how to perform transactions using the Node.js driver with both the Convenient Transaction API and the Core API. | |
:description: Explore how to perform transactions using the MongoDB Node.js Driver with both the Convenient Transaction API and the Core API. |
source/usage-examples/updateMany.txt
Outdated
@@ -4,6 +4,9 @@ | |||
Update Multiple Documents | |||
========================= | |||
|
|||
.. meta:: | |||
:description: Update multiple documents in a MongoDB collection using the `updateMany()` method with a filter and update document. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:description: Update multiple documents in a MongoDB collection using the `updateMany()` method with a filter and update document. | |
:description: Update multiple documents in a collection with the MongoDB Node.js Driver by using the updateMany() method with a filter. |
source/usage-examples/updateOne.txt
Outdated
@@ -4,6 +4,9 @@ | |||
Update a Document | |||
================= | |||
|
|||
.. meta:: | |||
:description: Update a single document in a MongoDB collection using the `updateOne()` method with options for upserting and handling exceptions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:description: Update a single document in a MongoDB collection using the `updateOne()` method with options for upserting and handling exceptions. | |
:description: Update a single document in a MongoDB collection with the in the MongoDB Node.js Driver by using the updateOne() method with options for upserting and handling exceptions. |
source/whats-new.txt
Outdated
@@ -16,6 +16,7 @@ What's New | |||
|
|||
.. meta:: | |||
:keywords: version, update, upgrade, backwards compatibility | |||
:description: Discover the latest features and updates in recent versions of the Node.js driver, including new support for compression algorithms, authentication mechanisms, and various performance improvements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:description: Discover the latest features and updates in recent versions of the Node.js driver, including new support for compression algorithms, authentication mechanisms, and various performance improvements. | |
:description: Discover the latest features and updates of the in the MongoDB Node.js Driver. |
* Add missing meta descriptions * Apply suggestions from code review --------- Co-authored-by: Rachel Mackintosh <[email protected]> (cherry picked from commit 3c73d87)
* Add missing meta descriptions * Apply suggestions from code review --------- Co-authored-by: Rachel Mackintosh <[email protected]> (cherry picked from commit 3c73d87) Co-authored-by: Nick Larew <[email protected]>
Adds missing meta descriptions generated by the Education AI Team\n\nSOURCE: https://docs.google.com/spreadsheets/d/1fdrjF4Ms9fMl96zLiLGsYD_V38rTfPLuKs5VQk4vz6E/edit?gid=1166644539